home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 167 / c / read.me < prev    next >
Encoding:
Text File  |  1987-08-20  |  975 b   |  37 lines

  1. CTAGS.C
  2. CTAGS.PRG
  3.  
  4.     Ctags produces an index of C functions from a list of C source files useable
  5.     with VI.  Source is included for your customization in Mark Williams C.  The
  6.     following is the output format....
  7.     <functionname><filename><source line>
  8.  
  9.  
  10. CTRANS
  11. PASCAL
  12. SED.H
  13. SED.MAN
  14. SED.TTP
  15. SEDCOMP.C
  16. SEDEXEC.C
  17. SEDTEST
  18.  
  19.     SED is a Stream EDitor.  Ported from GNU project source code. 
  20.     Edits a list of files via a script to the std output file.  Source, a doc 
  21.     file, and an example are included with this stream editor.  The source is
  22.     in Mark Williams for your hacking pleasure.
  23.  
  24.  
  25. FGREP.C
  26. FGREP.TTP
  27.  
  28.     This program with the MegaMax C source allows you to do wildcard file name
  29.     searches ex-> fgrep long *.c to find those strings that you are looking for.
  30.  
  31.  
  32. WHERE.C
  33. WHERE.TTP
  34.  
  35.     This program with the source allows you to search the main and all 
  36.     subdirectories for a specific file or files with wildcards.
  37.